no testpixbuf-foo target
authorHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2000 23:28:41 +0000 (23:28 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Sun, 30 Jan 2000 23:28:41 +0000 (23:28 +0000)
2000-01-31  Havoc Pennington  <hp@redhat.com>

* gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 142bc02c64c272448e1f55e2039fe3d4532a0046..a78c5132373145b12d0defc6e139f567773be5b1 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-31  Havoc Pennington  <hp@redhat.com>
+
+       * gdk-pixbuf/Makefile.am (noinst_PROGRAMS): no testpixbuf-foo target
+
 Mon Jan 31 12:38:50 2000  Owen Taylor  <otaylor@redhat.com>
 
        * gdk-pixbuf/pixops/pixops.c (scale_line): Fix from Peter
index 1030e1ffde5a46480cebe3768389d192af775d66..deae075fe3e2a333210ab6dc32daaeeea872c3bc 100644 (file)
@@ -54,7 +54,7 @@ libexec_LTLIBRARIES =         \
        $(PNM_LIB)      \
        $(BMP_LIB)
 
-noinst_PROGRAMS = testpixbuf testpixbuf-drawable testanimation testpixbuf-scale testpixbuf-foo
+noinst_PROGRAMS = testpixbuf testpixbuf-drawable testanimation testpixbuf-scale
 
 DEPS = libgdk_pixbuf.la
 INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
@@ -74,7 +74,6 @@ else
 testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule
 testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS)
 testpixbuf_scale_LDADD = $(LDADDS) $(GNOME_LIBS)
-testpixbuf_foo_LDADD = $(LDADDS) $(GNOME_LIBS)
 testanimation_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule
 endif